source/d2d/Display.d(103,20): Error: `@safe` function `run` cannot access `__gshared` data `SDL_PollEvent` source/d2d/sdl2/Font.d(53,9): Error: `@safe` function `style` cannot access `__gshared` data `TTF_SetFontStyle` source/d2d/sdl2/Font.d(67,16): Error: `@safe` function `style` cannot access `__gshared` data `TTF_GetFontStyle` source/d2d/sdl2/Font.d(75,9): Error: `@safe` function `outline` cannot access `__gshared` data `TTF_SetFontOutline` source/d2d/sdl2/Font.d(83,16): Error: `@safe` function `outline` cannot access `__gshared` data `TTF_GetFontOutline` source/d2d/sdl2/Font.d(98,9): Error: `@safe` function `hinting` cannot access `__gshared` data `TTF_SetFontHinting` source/d2d/sdl2/Font.d(112,16): Error: `@safe` function `hinting` cannot access `__gshared` data `TTF_GetFontHinting` source/d2d/sdl2/Font.d(121,9): Error: `@safe` function `kerning` cannot access `__gshared` data `TTF_SetFontKerning` source/d2d/sdl2/Font.d(130,16): Error: `@safe` function `kerning` cannot access `__gshared` data `TTF_GetFontKerning` source/d2d/sdl2/Font.d(138,16): Error: `@safe` function `height` cannot access `__gshared` data `TTF_FontHeight` source/d2d/sdl2/Font.d(146,16): Error: `@safe` function `ascent` cannot access `__gshared` data `TTF_FontAscent` source/d2d/sdl2/Font.d(154,16): Error: `@safe` function `descent` cannot access `__gshared` data `TTF_FontDescent` source/d2d/sdl2/Font.d(163,16): Error: `@safe` function `lineSkip` cannot access `__gshared` data `TTF_FontLineSkip` source/d2d/sdl2/Font.d(171,16): Error: `@safe` function `faces` cannot access `__gshared` data `TTF_FontFaces` source/d2d/sdl2/Font.d(180,16): Error: `@safe` function `isFixedWidth` cannot access `__gshared` data `TTF_FontFaceIsFixedWidth` source/d2d/sdl2/Font.d(188,16): Error: `@safe` function `familyName` cannot access `__gshared` data `TTF_FontFaceFamilyName` source/d2d/sdl2/Font.d(196,16): Error: `@safe` function `styleName` cannot access `__gshared` data `TTF_FontFaceStyleName` source/d2d/sdl2/Font.d(204,32): Error: `@safe` constructor `this` cannot access `__gshared` data `TTF_OpenFontIndex` source/d2d/sdl2/Font.d(218,9): Error: `@safe` destructor `~this` cannot access `__gshared` data `TTF_CloseFont` source/d2d/sdl2/Font.d(225,16): Error: `@safe` function `isProvided` cannot access `__gshared` data `TTF_GlyphIsProvided` /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.